.container_inner.default_template_holder {
    width: 100%;
}

.qode-info-card {
    padding: 50px 0;
}

.content .container, body:not(.popup_menu_opened) .header_bottom.clearfix,
body:not(.popup_menu_opened) header.fixed.scrolled .header_bottom, body:not(.popup_menu_opened) header.fixed.scrolled .header_top, body:not(.popup_menu_opened) header.fixed_hiding.scrolled .header_bottom, body:not(.popup_menu_opened) header.fixed_hiding.scrolled .header_top {
    background: #3648F5 !important;
}

.container p,
h2.entry_title {
    color: #fff !important;
}

h2.entry_title.section_inner {
    font-size: 32px;
    line-height: 44px;
    margin-top: 50px;
    margin-bottom: 0;
    max-width: 1250px;
}

@media all and (min-width: 768px) {
		h2.entry_title.section_inner {
		font-size: 52px;
		line-height: 66px;
	}
}


@media all and (min-width: 1024px) {
	h2.entry_title.section_inner {
		font-size: 70px;
		line-height: 75px;
		margin-top: 50px;
		margin-bottom: 50px;
		max-width: 1250px;
	}
}

.post_image {
	display: none !important;
}

a.popup_menu.normal:before {
	content: url('/wp-content/uploads/2020/12/icon-nulleins-white.svg');
	margin-right: -1px;
}

a.popup_menu.normal.opened:before {
    margin-right: 0;
}

p.qode-info-card-text:after {
	font-size: 26px;
	content: "⚑";
}

@media only screen and (max-width: 1000px) {
	body:not(.popup_menu_opened) .header_bottom,
	body:not(.popup_menu_opened) header.fixed.scrolled .header_bottom,
	.home:not(.popup_menu_opened) .header_bottom {
		background: #3648F5 !important;
	}
}